Start a set of automated tests for the file chooser. The only test in
authorFederico Mena Quintero <federico@ximian.com>
Thu, 15 Sep 2005 21:51:31 +0000 (21:51 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Thu, 15 Sep 2005 21:51:31 +0000 (21:51 +0000)
commit329bc4e22109bbf7633d22ff2a50e4f10628a783
tree608f0d31e9fc1dce764077ca9553c1efcf2b3af4
parent4c3151de5cd742f89635dc3204b01b7e0944d87d
Start a set of automated tests for the file chooser. The only test in

2005-09-15  Federico Mena Quintero  <federico@ximian.com>

* tests/autotestfilechooser.c: Start a set of automated tests for
the file chooser.  The only test in there right now doesn't pass
yet.  It specifies the intended behavior of the first optimization
of a series which I'll do on the file chooser (see
http://primates.ximian.com/~federico/news-2005-09.html#14 for the
details of this optimization).

* tests/Makefile.am: Added autotestfilechooser.c.

* gtk/gtkfilechooserprivate.h (struct
_GtkFileChooserDialogPrivate): Move all the file chooser's private
structures to here, so that they can be accessed by
tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
_GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.

* gtk/gtkfilechooserdialog.c: See above.

* gtk/gtkfilechooserwidget.c: See above.

* gtk/gtkfilechooserdefault.c: See above.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilechooserwidget.c
gtk/gtkfilesystemmodel.c
tests/Makefile.am
tests/autotestfilechooser.c [new file with mode: 0644]